mini-os: fixed format string error in unbind_evtchn
authorThomas Leonard <talex5@gmail.com>
Thu, 26 Jun 2014 11:28:20 +0000 (12:28 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 27 Jun 2014 12:38:33 +0000 (13:38 +0100)
commit549a29fcd81ff10783e6c9bce93255218fed79fb
treea9d4dd24a9bd86847fb9ca519c1e0033c0ef4e85
parent1f04e5b76c9ac1d367487b84f011caefc2fa97e5
mini-os: fixed format string error in unbind_evtchn

Would crash if HYPERVISOR_event_channel_op returned an error code.
The other changes in this commit are just fixing indentation.

Signed-off-by: Thomas Leonard <talex5@gmail.com>
Acked-by: Ian Campbell <ian.cammpbell@citrix.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
extras/mini-os/events.c